On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
общая лексика
абсолютный (полный) путь (маршрут)
полное составное имя, обозначающее путь к местонахождению конкретного файла или каталога на диске, начинающийся от корневого каталога, т.е. символ корневого каталога ( - в MS DOS) должен быть первым в списке каталогов, определяющем путь к файлу
общая лексика
имя канала
A path is a string of characters used to uniquely identify a location in a directory structure. It is composed by following the directory tree hierarchy in which components, separated by a delimiting character, represent each directory. The delimiting character is most commonly the slash ("/"), the backslash character ("\"), or colon (":"), though some operating systems may use a different delimiter. Paths are used extensively in computer science to represent the directory/file relationships common in modern operating systems and are essential in the construction of Uniform Resource Locators (URLs). Resources can be represented by either absolute or relative paths.